home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / chat103.zip / SYSOP.DOC < prev    next >
Text File  |  1997-03-15  |  4KB  |  77 lines

  1. INSTALLING CARLTON DOORS: GENERATION III
  2.  
  3. -------------------------------------------------------------------------------
  4. Installation And Set-Up: "It's All The Same"
  5.  
  6. GENERATION III Doors all use the same installation procedure. If this is your
  7. first time setting up a Carlton Generation III (CG3) door, run the MAKENODE.EXE
  8. utility to create the file CARLTON.INF
  9.  
  10. Once you run MAKENODE.EXE one time to create your BBS's definition, you won't
  11. ever need to run it again unless you change or add a node to your BBS.
  12.  
  13. -------------------------------------------------------------------------------
  14. MAKENODE.EXE: Explained
  15.  
  16. The COMMON DIRECTORY is a directory that ALL nodes have access to. Typically
  17. this would be the main directory where the BBS Program resides.
  18.  
  19. Answer questions A-F for each of the nodes. For the more technical questions
  20. (like the base addresses for your port) infomational windows appear at the
  21. bottom of the screen, informing you of your typical "standard" choices. If
  22. you have specially configured ports or non-standard IRQ's on your system,
  23. set up the door with the correct information. If you can successfully run
  24. a non-standard port, my doors will operate on them.
  25.  
  26. If you run a "local only" node on your BBS, set it up as if it's on a standard
  27. node on COM1:. Answer every question for each node.
  28.  
  29. -------------------------------------------------------------------------------
  30. Configuring A Door: "It's Easy!"
  31.  
  32. Run INSTALL.EXE or rename and edit the SAMPLE.CFG included with every archive.
  33. Sample.Cfg is a commented ASCII file.
  34.  
  35. -------------------------------------------------------------------------------
  36. Running A Door: "It Takes No Effort"
  37.  
  38. Once you have a CARLTON.INF in your common directory, and your .CFG file
  39. reflects the door's configuration, all that's left is to run the door.
  40.  
  41. The command line to run a door is DOORNAME # (# is the number of the node
  42. accessing the file). For instance, to run SIMPLE PLEASURES on node #2, the
  43. command line is: SIMPLE 2
  44.  
  45. To run a door in local mode (without starting the BBS) you can either just
  46. use the doorname, or you can use a zero for the node number.
  47.  
  48. -------------------------------------------------------------------------------
  49. Generation History:
  50.  
  51. There are three generations of CARLTON doors being distributed. The Generation
  52. I.D. deals specifically with the library I used to write the door.
  53.  
  54. The first generation was written using a modified CATPATCH library...
  55. originally designed specifically for writing Wildcat! doors. This library
  56. was greatly expanded and modified for my own doors. It worked well, but had
  57. many limitations... (baud rates of 9600 and below only!)
  58.  
  59. The second generation was written using DoorFrame by the late Ted Freeman.
  60. While this library gave me much more flexibility than the Generation One
  61. library, I was at the mercy of the support BBS to correct any library
  62. errors... and it was those library errors that cost me many registrations
  63. when I couldn't correct the problem.
  64.  
  65. Between the second and third generations, I flirted with an unregistered
  66. copy of Insta-Door. While the code seemed clean, I was unable to locate
  67. a support BBS, any of the authors, and anybody else using the library.
  68. If you encounter any of these doors (5 second blank-screen going into the
  69. door) archive it (for museum viewing) and call and get the latest version
  70. from SOMEPLACE ELSE BBS. Insta-Door versions of my doors are not supported.
  71.  
  72. Generation III is my own code. I looked at the routines used by many other
  73. of the pre-compiled libraries, and while I couldn't view their code, I looked
  74. at how their routines worked and acted together. I asked other SYSOPs about
  75. what they did (and didn't like) about door set-ups. And GENERATION III was
  76. the direct result. I hope you enjoy my work.
  77.